home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-seriously_amiga-
/
shareware
/
archivers
/
xfx
/
arexx
/
quit.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-11-05
|
328b
|
18 lines
/*
**************************
**** xFX ARexx script ****
**************************
Quitting xFX
*/
if ~show('P','xFX.1') then do /* Check if xFX is running */
say 'xFX not running !'
exit
end
address 'xFX.1' quit